src/undead/bitarray.d(63,5): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. src/undead/bitarray.d(74,5): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. src/undead/bitarray.d(186,9): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. src/undead/bitarray.d(231,9): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. src/undead/bitarray.d(422,5): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. src/undead/bitarray.d(515,5): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. src/undead/bitarray.d(555,5): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. src/undead/bitarray.d(595,5): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. src/undead/bitarray.d(637,5): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. src/undead/bitarray.d(677,5): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. src/undead/bitarray.d(713,5): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. src/undead/bitarray.d(748,5): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. src/undead/bitarray.d(785,5): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. src/undead/date.d(568,1): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. src/undead/regexp.d(2755,5): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. src/undead/stream.d(1831,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. src/undead/stream.d(2914,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. src/undead/stream.d(2932,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. src/undead/bitarray.d(42,29): Error: pointer slicing not allowed in safe functions src/undead/bitarray.d(47,24): Error: safe function `undead.bitarray.BitArray.length` cannot index pointer `this.ptr` src/undead/bitarray.d(65,28): Error: `@safe` function `undead.bitarray.BitArray.opIndex` cannot call `@system` function `core.bitop.bt` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../druntime/import/core/bitop.d(270,5): `core.bitop.bt` is declared here src/undead/bitarray.d(77,16): Error: `@safe` function `undead.bitarray.BitArray.opIndexAssign` cannot call `@system` function `core.bitop.bts` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../druntime/import/core/bitop.d(317,5): `core.bitop.bts` is declared here src/undead/bitarray.d(79,16): Error: `@safe` function `undead.bitarray.BitArray.opIndexAssign` cannot call `@system` function `core.bitop.btr` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../druntime/import/core/bitop.d(301,5): `core.bitop.btr` is declared here src/undead/bitarray.d(90,21): Error: pointer slicing not allowed in safe functions src/undead/bitarray.d(294,20): Error: cast from `const(ulong*)` to `byte*` not allowed in safe code src/undead/bitarray.d(295,20): Error: cast from `const(ulong*)` to `byte*` not allowed in safe code src/undead/bitarray.d(299,19): Error: safe function `undead.bitarray.BitArray.opEquals` cannot index pointer `p1` src/undead/bitarray.d(299,28): Error: safe function `undead.bitarray.BitArray.opEquals` cannot index pointer `p2` src/undead/bitarray.d(306,34): Error: safe function `undead.bitarray.BitArray.opEquals` cannot index pointer `p1` src/undead/bitarray.d(306,52): Error: safe function `undead.bitarray.BitArray.opEquals` cannot index pointer `p2` src/undead/bitarray.d(342,19): Error: cast from `const(ulong*)` to `ubyte*` not allowed in safe code src/undead/bitarray.d(343,19): Error: cast from `const(ulong*)` to `ubyte*` not allowed in safe code src/undead/bitarray.d(424,32): Error: `v.ptr` cannot be used in `@safe` code, use `&v[0]` instead src/undead/bitarray.d(458,31): Error: pointer slicing not allowed in safe functions src/undead/bitarray.d(484,23): Error: safe function `undead.bitarray.BitArray.opCom` cannot index pointer `result.ptr` src/undead/bitarray.d(486,23): Error: safe function `undead.bitarray.BitArray.opCom` cannot index pointer `result.ptr` src/undead/bitarray.d(523,23): Error: safe function `undead.bitarray.BitArray.opAnd` cannot index pointer `result.ptr` src/undead/bitarray.d(563,23): Error: safe function `undead.bitarray.BitArray.opOr` cannot index pointer `result.ptr` /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.